home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Libs
/
Identify
/
include
/
proto
/
identify.h
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-12-02
|
277 b
|
17 lines
/*
** identify_protos.h
**
** (C) 1996-97 Richard Körber -- All Rights Reserved
*/
#ifndef PROTO_IDENTIFY_H
#define PROTO_IDENTIFY_H
#include <exec/types.h>
extern struct Library *IdentifyBase;
#include <clib/identify_protos.h>
#include <pragmas/identify_pragmas.h>
#endif